-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chipyard 1.5 Release (Dev -> Master Tracking) #773
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes syntax in sentence in barstools docs describing flow
This reverts commit 17eed0d.
Fix parsing of --ignore-qemu option
There were two problems here: 1. The docs indicated that this should be a dual-BOOM and single-Rocket config, but the config actually had two Rocket cores. 2. Since the doc include string was 'DualBoomAndRocket', it was accidentally matching against the 'DualBoomAndRocketOneHwacha' section, which comes first in the file. So, I created a new 'DualLargeBoomAndSingleRocketConfig' config which only has one Rocket core, and changed the doc include string to 'DualBoomAndSingleRocket'.
The docs indicate that this should be a dual-BOOM and single-Rocket config, with the Hwacha attached to the Rocket. However, the 'LargeBoomAndHwachaRocketConfig' config only has a single Rocket core. Added the 'DualLargeBoomAndHwachaRocketConfig' config to accurately reflect what's stated in the docs. Additionally, this fixes hart numbering to place the Hwacha accelerator on the Rocket core rather than on the BOOM core.
Heterogeneous doc patches
Passing MBus clock frequency to SimDRAM
This reverts commit 6024feb.
Update dockerfiles
Add --arch option to build-toolchains.sh to support building other toolchain variants (e.g., rv32gc).
Hammer Updates
Bump Gemmini and Esp-isa-sim
Fix Spike Reset
[skip ci] Update main README
Bump tutorial sw
Use a ZSH-compatible version of BASH_SOURCE[0]
alonamid
changed the title
[DO NOT MERGE] Dev -> Master tracking PR
[DO NOT MERGE] Chipyard 1.5 Release
Jun 13, 2021
GNU Toolchain Revert
Extraneous Hammer IR
Release Prep (changelog and firesim bump)
alonamid
changed the title
Chipyard 1.5 Release
Chipyard 1.5 Release (Dev -> Master Tracking)
Jun 15, 2021
davidbiancolin
approved these changes
Jun 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Developers: Please add descriptions of your changes to this PR as your PRs are merged into Dev
Added
Changed
Fixed
Removed